home *** CD-ROM | disk | FTP | other *** search
/ Anime Robot / Anime Robot.iso / pc / DATA / START.dxr / 00407_vai a SCH48.ls < prev    next >
Encoding:
Text File  |  1998-11-13  |  211 b   |  11 lines

  1. on mouseUp me
  2.   global gInit
  3.   set s to the spriteNum of me
  4.   set gInit to 1
  5.   set the puppet of sprite s to 0
  6.   puppetSprite(100, 0)
  7.   annullaMovie()
  8.   puppetTransition(member "DefTranSalto")
  9.   go("SCH48")
  10. end
  11.